Closed (fixed)
Project:
Zero Point
Version:
6.x-1.7
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2009 at 09:12 UTC
Updated:
7 Aug 2009 at 00:10 UTC
Thank You for this theme which I am using at http://stanislausbandra.in
I have embedded flash in the Content top region. However the sucker fish menus now appear behind the flash.
Will appreciate your help on how I can resolve this.
Comments
Comment #1
epruett commentedI have the same sort of issue.
Have placed a rotor banner block in Content top.
The sucker fish menus now appears behind the banner images block in FF and Safari and Chrome.
Does work correctly in IE however.
Comment #2
jboeger commentedI am having same problem with w/ views cycle and view rotator modules.
Any help would be hugely appreciated.
Comment #3
epruett commentedOK all I have found a solution that worked for me.
Remove this from the style.css in the zeropoint theme folder
#topex {
z-index: 1;
}
Then insert this in css/ie6.css and css/ie7.css
#topex {
z-index: 1;
}
Hope this works for you too.
Comment #4
gmasky commentedUnfortunately this did not work for me and points to a solution for IE.
I solved the problem by adding the following line
<param name="wmode" value="opaque" />to the flash code that I embed in the block.Hope this helps someone
Comment #5
avpadernoComment #6
florian commentedThis issue is not a theme issue. Flash is not a part of (X)HTML at all. Moreover, it must validate as well, right? In order to accomplish both I suggest to use the following code to embed YouTube:
... and to embed a local flash, use this code:
In both valid XHTML examples you may notice the line which solves the dropdown issue:
Please, see these two technotes that deal with the display mode of Flash on Adobe's website: Flash content displays on top of all DHTML layers and How to make a Flash movie with a transparent background.
BTW, in the first example is me :)